home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000039_fdc@columbia.edu_Mon Jan 24 12:34:26 2005.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  38 lines

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: What about that gnu kermit, gkermit (circa 1999)?  Usable?  OK?
  5. Date: 24 Jan 2005 17:34:18 GMT
  6. Organization: Columbia University
  7. Lines: 21
  8. Message-ID: <slrncvaccq.e3n.fdc@sesame.cc.columbia.edu>
  9. References: <cqkui9$guk$1@panix1.panix.com> <slrncsu0q9.707.fdc@sesame.cc.columbia.edu> <2PEId.15089$8u5.13322@bgtnsc04-news.ops.worldnet.att.net>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1106588058 28515 128.59.59.56 (24 Jan 2005 17:34:18 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 24 Jan 2005 17:34:18 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15273
  17.  
  18. On 2005-01-23, The Eighth Doctor <drwho8__NOTME__@att.net> wrote: Yes,
  19. : G-Kermit is indeed designed to last forever. However, for Slackware 10.0, it
  20. : does not build correctly. I grabbed the compressed tar ball, and extracted
  21. : it into a folder of the same name. Then ran make. According to this script
  22. : file:
  23. : ...
  24. : cc -o gkermit gproto.o gkermit.o gunixio.o gcmdline.o
  25. : gkermit.o(.text+0x59f): In function `sfile':
  26. : undefined reference to `errno'
  27. : ...
  28. : Script done on Sat 22 Jan 2005 09:44:46 PM EST
  29.  
  30. : It threw up an error at that location. I think it was the same location that
  31. : I found for 9.1. Why the more GCC advances, the more times older programs
  32. : throw basically the same errors, I do not know.
  33. :
  34. In gkermit.h, remove the line:
  35.  
  36.   extern int errno;
  37.  
  38. - Frank